home *** CD-ROM | disk | FTP | other *** search
- These are descriptions of how to compile and run each of the applets using the
- JDeveloper and Java Cafe IDEs. Other IDEs should be very similar.
-
- Oracle JDeveloper/Inprise(Borland) JBuilder
- -------------------------------------------
-
- 1. Create a new empty project on your hard drive. Copy all the example source, html
- and gif files into the project directory.
-
- 2. Open one of the .java files in a text editor and copy the contents to the
- clipboard.
-
- 3. Choose "File/New" from the menu and create a new class with an appropriate name
- (e.g. "Lake" for the Lake.java file) without a package name
-
- 4. Replace all of the code in the .java file that is created with the code you
- have on the clipboard.
-
- 5. Include the appropriate web page and image file into the project.
-
- 6. Build all files and open the web page.
-
-
-
- Java Cafe
- ---------
-
- 1. Create a folder called c:\copyarea on your hard disk and start Cafe PDE
-
- 2. Create a new empty project
-
- 3. Save the project to your new folder (c:\copyarea)
-
- 4. Choose "Insert/Files into project..." from the menu and insert the
- .java files into the project
-
- 6. Build all files and open the index.html file
-